Html Css Color HEX #234BB1 Cerulean Blue

📋 copy color: '#234BB1'

red 35 ◦ green 75 ◦ blue 177

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

Shades of Cerulean Blue #234BB1

Tints of Cerulean Blue #234BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.67%

R = 12.2%
G = 26.13%
B = 61.67%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#234BB1 (or 0x234BB1) is known color: Cerulean Blue. HEX triplet: 23, 4B and B1. RGB value is (35,75,177). Sum of RGB (Red+Green+Blue) = 35+75+177=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #234BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BB1 is #DCB44E. Grayscale: #4A4A4A. Windows color (decimal): -14464079 or 11619107. OLE color: 11619107.

HSL color Cylindrical-coordinate representation of color #234BB1: hue angle of 223.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234BB1 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 75 177 -
CMYK 0.80 0.58 0 0.31
HSL 223.1º 0.67% 0.42% -
HSV(B) 223.1º 0.8% 0.69% -
XYZ 11.15 8.56 42.66 -
YUV 74.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 35 75 177 0.80 0.58 0 0.31 223.1 0.67 0.42
Hex 23 4B B1 50 3A 0 1F DF 43 2A
Octal 43 113 261 120 72 0 37 337 103 52
Binary 100011 1001011 10110001 1010000 111010 0 11111 11011111 1000011 101010

Color Harmonies of #234BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BB1

Black with #234BB1

Text Example


Text Example

White with #234BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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