#237AC4

Color #237AC4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #237AC4

Tints of Curious Blue #237AC4

Color information

#237AC4 (or 0x237AC4) is unknown color: approx Curious Blue. HEX triplet: 23, 7A and C4. RGB value is (35,122,196). Sum of RGB (Red+Green+Blue) = 35+122+196=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #237AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237AC4 is #DC853B. Grayscale: #686868. Windows color (decimal): -14452028 or 12876323. OLE color: 12876323.

HSL color Cylindrical-coordinate representation of color #237AC4: hue angle of 207.58º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #237AC4 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB35122196-
CMYK0.820.3800.23
HSL207.58º69.7%45.29%-
HSV(B)207.58º82.14%76.86%-
XYZ17.6218.2654.82-
YUV104.42179.6878.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.92%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 196 (76.95% from 255) = 55.52%
R=9.92%
G=34.56%
B=55.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351221960.820.3800.23207.5869.745.29
Hex237AC45226017d0462d
Octal431723041224602732010655
Binary1000111111010110001001010010100110010111110100001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237AC4; }

 p { color: rgb(35,122,196); }

 H1.HeaderClassName
 {
   color: #237AC4;
 }
 .AnyTagClassName
 {
   color: #237AC4;
 }
</style>
background-color css

<style>
 a { background-color: #237AC4; }

 a { background-color: rgb(35,122,196); }

 div.DivClassName
 {
   background-color: #237AC4;
 }
 .BgClassName
 {
   background-color: #237AC4;
 }
</style>
border-color css

<style>
 span { border-color: #237AC4; }

 span { border-color: rgb(35,122,196); }

 td.TdClassName
 {
   border-color: #237AC4;
 }
 .TagClassName
 {
   border-color: #237AC4;
 }
</style>