Html Css Color HEX #2B61BC Cerulean Blue

📋 copy color: '#2B61BC'

red 43 ◦ green 97 ◦ blue 188

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

Shades of Cerulean Blue #2B61BC

Tints of Cerulean Blue #2B61BC

RGB

 RED value IS 43 (17.19% from 255) = 13.11%

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 13.11%
G = 29.57%
B = 57.32%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B61BC (or 0x2B61BC) is known color: Cerulean Blue. HEX triplet: 2B, 61 and BC. RGB value is (43,97,188). Sum of RGB (Red+Green+Blue) = 43+97+188=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B61BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B61BC is #D49E43. Grayscale: #5A5A5A. Windows color (decimal): -13934148 or 12345643. OLE color: 12345643.

HSL color Cylindrical-coordinate representation of color #2B61BC: hue angle of 217.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B61BC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 97 188 -
CMYK 0.77 0.48 0 0.26
HSL 217.66º 0.63% 0.45% -
HSV(B) 217.66º 0.77% 0.74% -
XYZ 14.35 12.69 49.27 -
YUV 91.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 43 97 188 0.77 0.48 0 0.26 217.66 0.63 0.45
Hex 2B 61 BC 4D 30 0 1A DA 3F 2D
Octal 53 141 274 115 60 0 32 332 77 55
Binary 101011 1100001 10111100 1001101 110000 0 11010 11011010 111111 101101

Color Harmonies of #2B61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B61BC

Black with #2B61BC

Text Example


Text Example

White with #2B61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B61BC; }

 p { color: rgb(43,97,188); }

 H1.HeaderClassName
 {
   color: #2B61BC;
 }
 .AnyTagClassName
 {
   color: #2B61BC;
 }
</style>

background-color css

<style>
 a { background-color: #2B61BC; }

 a { background-color: rgb(43,97,188); }

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

border-color css

<style>
 span { border-color: #2B61BC; }

 span { border-color: rgb(43,97,188); }

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