Html Css Color HEX #234CC0 Cerulean Blue

📋 copy color: '#234CC0'

red 35 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #234CC0

Tints of Cerulean Blue #234CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 11.55%
G = 25.08%
B = 63.37%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#234CC0 (or 0x234CC0) is known color: Cerulean Blue. HEX triplet: 23, 4C and C0. RGB value is (35,76,192). Sum of RGB (Red+Green+Blue) = 35+76+192=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #234CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CC0 is #DCB33F. Grayscale: #4C4C4C. Windows color (decimal): -14463808 or 12602403. OLE color: 12602403.

HSL color Cylindrical-coordinate representation of color #234CC0: hue angle of 224.33º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234CC0 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 76 192 -
CMYK 0.82 0.60 0 0.25
HSL 224.33º 0.69% 0.45% -
HSV(B) 224.33º 0.82% 0.75% -
XYZ 12.79 9.33 51 -
YUV 76.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 35 76 192 0.82 0.60 0 0.25 224.33 0.69 0.45
Hex 23 4C C0 52 3C 0 19 E0 45 2D
Octal 43 114 300 122 74 0 31 340 105 55
Binary 100011 1001100 11000000 1010010 111100 0 11001 11100000 1000101 101101

Color Harmonies of #234CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CC0

Black with #234CC0

Text Example


Text Example

White with #234CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,192); }

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

background-color css

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

 a { background-color: rgb(35,76,192); }

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

border-color css

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

 span { border-color: rgb(35,76,192); }

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