Html Css Color HEX #234CBC Cerulean Blue

📋 copy color: '#234CBC'

red 35 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #234CBC

Tints of Cerulean Blue #234CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 11.71%
G = 25.42%
B = 62.88%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#234CBC (or 0x234CBC) is known color: Cerulean Blue. HEX triplet: 23, 4C and BC. RGB value is (35,76,188). Sum of RGB (Red+Green+Blue) = 35+76+188=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #234CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CBC is #DCB343. Grayscale: #4C4C4C. Windows color (decimal): -14463812 or 12340259. OLE color: 12340259.

HSL color Cylindrical-coordinate representation of color #234CBC: hue angle of 223.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234CBC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 76 188 -
CMYK 0.81 0.60 0 0.26
HSL 223.92º 0.69% 0.44% -
HSV(B) 223.92º 0.81% 0.74% -
XYZ 12.35 9.16 48.69 -
YUV 76.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 35 76 188 0.81 0.60 0 0.26 223.92 0.69 0.44
Hex 23 4C BC 51 3C 0 1A E0 45 2C
Octal 43 114 274 121 74 0 32 340 105 54
Binary 100011 1001100 10111100 1010001 111100 0 11010 11100000 1000101 101100

Color Harmonies of #234CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CBC

Black with #234CBC

Text Example


Text Example

White with #234CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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