Html Css Color HEX #2346BB Cerulean Blue

📋 copy color: '#2346BB'

red 35 ◦ green 70 ◦ blue 187

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

Shades of Cerulean Blue #2346BB

Tints of Cerulean Blue #2346BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 11.99%
G = 23.97%
B = 64.04%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2346BB (or 0x2346BB) is known color: Cerulean Blue. HEX triplet: 23, 46 and BB. RGB value is (35,70,187). Sum of RGB (Red+Green+Blue) = 35+70+187=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #2346BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346BB is #DCB944. Grayscale: #484848. Windows color (decimal): -14465349 or 12273187. OLE color: 12273187.

HSL color Cylindrical-coordinate representation of color #2346BB: hue angle of 226.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2346BB is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 70 187 -
CMYK 0.81 0.63 0 0.27
HSL 226.18º 0.68% 0.44% -
HSV(B) 226.18º 0.81% 0.73% -
XYZ 11.85 8.33 48 -
YUV 72.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 35 70 187 0.81 0.63 0 0.27 226.18 0.68 0.44
Hex 23 46 BB 51 3F 0 1B E2 44 2C
Octal 43 106 273 121 77 0 33 342 104 54
Binary 100011 1000110 10111011 1010001 111111 0 11011 11100010 1000100 101100

Color Harmonies of #2346BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2346BB

Black with #2346BB

Text Example


Text Example

White with #2346BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2346BB; }

 p { color: rgb(35,70,187); }

 H1.HeaderClassName
 {
   color: #2346BB;
 }
 .AnyTagClassName
 {
   color: #2346BB;
 }
</style>

background-color css

<style>
 a { background-color: #2346BB; }

 a { background-color: rgb(35,70,187); }

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

border-color css

<style>
 span { border-color: #2346BB; }

 span { border-color: rgb(35,70,187); }

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