Html Css Color HEX #2D61BC Cerulean Blue

📋 copy color: '#2D61BC'

red 45 ◦ green 97 ◦ blue 188

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

Shades of Cerulean Blue #2D61BC

Tints of Cerulean Blue #2D61BC

RGB

 RED value IS 45 (17.97% from 255) = 13.64%

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

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

R = 13.64%
G = 29.39%
B = 56.97%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D61BC (or 0x2D61BC) is known color: Cerulean Blue. HEX triplet: 2D, 61 and BC. RGB value is (45,97,188). Sum of RGB (Red+Green+Blue) = 45+97+188=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D61BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D61BC is #D29E43. Grayscale: #5B5B5B. Windows color (decimal): -13803076 or 12345645. OLE color: 12345645.

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

Color convert

RGB 45 97 188 -
CMYK 0.76 0.48 0 0.26
HSL 218.18º 0.61% 0.46% -
HSV(B) 218.18º 0.76% 0.74% -
XYZ 14.43 12.74 49.27 -
YUV 91.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 45 97 188 0.76 0.48 0 0.26 218.18 0.61 0.46
Hex 2D 61 BC 4C 30 0 1A DA 3D 2E
Octal 55 141 274 114 60 0 32 332 75 56
Binary 101101 1100001 10111100 1001100 110000 0 11010 11011010 111101 101110

Color Harmonies of #2D61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D61BC

Black with #2D61BC

Text Example


Text Example

White with #2D61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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