Html Css Color HEX #234BBC Cerulean Blue

📋 copy color: '#234BBC'

red 35 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #234BBC

Tints of Cerulean Blue #234BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

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

R = 11.74%
G = 25.17%
B = 63.09%

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

#234BBC (or 0x234BBC) is known color: Cerulean Blue. HEX triplet: 23, 4B and BC. RGB value is (35,75,188). Sum of RGB (Red+Green+Blue) = 35+75+188=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #234BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BBC is #DCB443. Grayscale: #4B4B4B. Windows color (decimal): -14464068 or 12340003. OLE color: 12340003.

HSL color Cylindrical-coordinate representation of color #234BBC: hue angle of 224.31º 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 #234BBC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 75 188 -
CMYK 0.81 0.60 0 0.26
HSL 224.31º 0.69% 0.44% -
HSV(B) 224.31º 0.81% 0.74% -
XYZ 12.29 9.02 48.67 -
YUV 75.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 35 75 188 0.81 0.60 0 0.26 224.31 0.69 0.44
Hex 23 4B BC 51 3C 0 1A E0 45 2C
Octal 43 113 274 121 74 0 32 340 105 54
Binary 100011 1001011 10111100 1010001 111100 0 11010 11100000 1000101 101100

Color Harmonies of #234BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BBC

Black with #234BBC

Text Example


Text Example

White with #234BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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