Html Css Color HEX #2C65BB Cerulean Blue

📋 copy color: '#2C65BB'

red 44 ◦ green 101 ◦ blue 187

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

Shades of Cerulean Blue #2C65BB

Tints of Cerulean Blue #2C65BB

RGB

 RED value IS 44 (17.58% from 255) = 13.25%

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 13.25%
G = 30.42%
B = 56.33%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C65BB (or 0x2C65BB) is known color: Cerulean Blue. HEX triplet: 2C, 65 and BB. RGB value is (44,101,187). Sum of RGB (Red+Green+Blue) = 44+101+187=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C65BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65BB is #D39A44. Grayscale: #5D5D5D. Windows color (decimal): -13867589 or 12281132. OLE color: 12281132.

HSL color Cylindrical-coordinate representation of color #2C65BB: hue angle of 216.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C65BB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 101 187 -
CMYK 0.76 0.46 0 0.27
HSL 216.08º 0.62% 0.45% -
HSV(B) 216.08º 0.76% 0.73% -
XYZ 14.66 13.43 48.83 -
YUV 93.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 44 101 187 0.76 0.46 0 0.27 216.08 0.62 0.45
Hex 2C 65 BB 4C 2E 0 1B D8 3E 2D
Octal 54 145 273 114 56 0 33 330 76 55
Binary 101100 1100101 10111011 1001100 101110 0 11011 11011000 111110 101101

Color Harmonies of #2C65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C65BB

Black with #2C65BB

Text Example


Text Example

White with #2C65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,101,187); }

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

background-color css

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

 a { background-color: rgb(44,101,187); }

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

border-color css

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

 span { border-color: rgb(44,101,187); }

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