Html Css Color HEX #234BC0 Cerulean Blue

📋 copy color: '#234BC0'

red 35 ◦ green 75 ◦ blue 192

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

Shades of Cerulean Blue #234BC0

Tints of Cerulean Blue #234BC0

RGB

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

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

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

R = 11.59%
G = 24.83%
B = 63.58%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#234BC0 (or 0x234BC0) is known color: Cerulean Blue. HEX triplet: 23, 4B and C0. RGB value is (35,75,192). Sum of RGB (Red+Green+Blue) = 35+75+192=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #234BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BC0 is #DCB43F. Grayscale: #4B4B4B. Windows color (decimal): -14464064 or 12602147. OLE color: 12602147.

HSL color Cylindrical-coordinate representation of color #234BC0: hue angle of 224.71º 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 #234BC0 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 75 192 -
CMYK 0.82 0.61 0 0.25
HSL 224.71º 0.69% 0.45% -
HSV(B) 224.71º 0.82% 0.75% -
XYZ 12.72 9.2 50.97 -
YUV 76.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 35 75 192 0.82 0.61 0 0.25 224.71 0.69 0.45
Hex 23 4B C0 52 3D 0 19 E1 45 2D
Octal 43 113 300 122 75 0 31 341 105 55
Binary 100011 1001011 11000000 1010010 111101 0 11001 11100001 1000101 101101

Color Harmonies of #234BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BC0

Black with #234BC0

Text Example


Text Example

White with #234BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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