Html Css Color HEX #234AC6 Cerulean Blue

📋 copy color: '#234AC6'

red 35 ◦ green 74 ◦ blue 198

#234AC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #234AC6

Tints of Cerulean Blue #234AC6

RGB

 RED value IS 35 (14.06% from 255) = 11.4%

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 198 (77.73% from 255) = 64.5%

R = 11.4%
G = 24.1%
B = 64.5%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#234AC6 (or 0x234AC6) is known color: Cerulean Blue. HEX triplet: 23, 4A and C6. RGB value is (35,74,198). Sum of RGB (Red+Green+Blue) = 35+74+198=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #234AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234AC6 is #DCB539. Grayscale: #4B4B4B. Windows color (decimal): -14464314 or 12995107. OLE color: 12995107.

HSL color Cylindrical-coordinate representation of color #234AC6: hue angle of 225.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234AC6 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 74 198 -
CMYK 0.82 0.63 0 0.22
HSL 225.64º 0.7% 0.46% -
HSV(B) 225.64º 0.82% 0.78% -
XYZ 13.33 9.33 54.52 -
YUV 76.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 35 74 198 0.82 0.63 0 0.22 225.64 0.7 0.46
Hex 23 4A C6 52 3F 0 16 E2 46 2E
Octal 43 112 306 122 77 0 26 342 106 56
Binary 100011 1001010 11000110 1010010 111111 0 10110 11100010 1000110 101110

Color Harmonies of #234AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234AC6

Black with #234AC6

Text Example


Text Example

White with #234AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234AC6; }

 p { color: rgb(35,74,198); }

 H1.HeaderClassName
 {
   color: #234AC6;
 }
 .AnyTagClassName
 {
   color: #234AC6;
 }
</style>

background-color css

<style>
 a { background-color: #234AC6; }

 a { background-color: rgb(35,74,198); }

 div.DivClassName
 {
   background-color: #234AC6;
 }
 .BgClassName
 {
   background-color: #234AC6;
 }
</style>

border-color css

<style>
 span { border-color: #234AC6; }

 span { border-color: rgb(35,74,198); }

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