Html Css Color HEX #2F44BE Cerulean Blue

📋 copy color: '#2F44BE'

red 47 ◦ green 68 ◦ blue 190

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

Shades of Cerulean Blue #2F44BE

Tints of Cerulean Blue #2F44BE

RGB

 RED value IS 47 (18.75% from 255) = 15.41%

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 15.41%
G = 22.3%
B = 62.3%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F44BE (or 0x2F44BE) is known color: Cerulean Blue. HEX triplet: 2F, 44 and BE. RGB value is (47,68,190). Sum of RGB (Red+Green+Blue) = 47+68+190=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F44BE is #D0BB41. Grayscale: #4B4B4B. Windows color (decimal): -13679426 or 12469295. OLE color: 12469295.

HSL color Cylindrical-coordinate representation of color #2F44BE: hue angle of 231.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F44BE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 68 190 -
CMYK 0.75 0.64 0 0.25
HSL 231.19º 0.6% 0.46% -
HSV(B) 231.19º 0.75% 0.75% -
XYZ 12.53 8.46 49.69 -
YUV 75.63 192.54 107.58 -
System Red Green Blue C M Y K H S L
Decimal 47 68 190 0.75 0.64 0 0.25 231.19 0.6 0.46
Hex 2F 44 BE 4B 40 0 19 E7 3C 2E
Octal 57 104 276 113 100 0 31 347 74 56
Binary 101111 1000100 10111110 1001011 1000000 0 11001 11100111 111100 101110

Color Harmonies of #2F44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F44BE

Black with #2F44BE

Text Example


Text Example

White with #2F44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,190); }

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

background-color css

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

 a { background-color: rgb(47,68,190); }

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

border-color css

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

 span { border-color: rgb(47,68,190); }

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