Html Css Color HEX #2652BE Cerulean Blue

📋 copy color: '#2652BE'

red 38 ◦ green 82 ◦ blue 190

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

Shades of Cerulean Blue #2652BE

Tints of Cerulean Blue #2652BE

RGB

 RED value IS 38 (15.23% from 255) = 12.26%

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 12.26%
G = 26.45%
B = 61.29%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2652BE (or 0x2652BE) is known color: Cerulean Blue. HEX triplet: 26, 52 and BE. RGB value is (38,82,190). Sum of RGB (Red+Green+Blue) = 38+82+190=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #2652BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652BE is #D9AD41. Grayscale: #505050. Windows color (decimal): -14265666 or 12472870. OLE color: 12472870.

HSL color Cylindrical-coordinate representation of color #2652BE: hue angle of 222.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2652BE is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 82 190 -
CMYK 0.8 0.57 0 0.25
HSL 222.63º 0.67% 0.45% -
HSV(B) 222.63º 0.8% 0.75% -
XYZ 13.11 10.16 49.99 -
YUV 81.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 38 82 190 0.8 0.57 0 0.25 222.63 0.67 0.45
Hex 26 52 BE 50 39 0 19 DF 43 2D
Octal 46 122 276 120 71 0 31 337 103 55
Binary 100110 1010010 10111110 1010000 111001 0 11001 11011111 1000011 101101

Color Harmonies of #2652BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2652BE

Black with #2652BE

Text Example


Text Example

White with #2652BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2652BE; }

 p { color: rgb(38,82,190); }

 H1.HeaderClassName
 {
   color: #2652BE;
 }
 .AnyTagClassName
 {
   color: #2652BE;
 }
</style>

background-color css

<style>
 a { background-color: #2652BE; }

 a { background-color: rgb(38,82,190); }

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

border-color css

<style>
 span { border-color: #2652BE; }

 span { border-color: rgb(38,82,190); }

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