Html Css Color HEX #275DAB Cerulean Blue

📋 copy color: '#275DAB'

red 39 ◦ green 93 ◦ blue 171

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

Shades of Cerulean Blue #275DAB

Tints of Cerulean Blue #275DAB

RGB

 RED value IS 39 (15.63% from 255) = 12.87%

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 12.87%
G = 30.69%
B = 56.44%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275DAB (or 0x275DAB) is known color: Cerulean Blue. HEX triplet: 27, 5D and AB. RGB value is (39,93,171). Sum of RGB (Red+Green+Blue) = 39+93+171=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #275DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DAB is #D8A254. Grayscale: #555555. Windows color (decimal): -14197333 or 11230503. OLE color: 11230503.

HSL color Cylindrical-coordinate representation of color #275DAB: hue angle of 215.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275DAB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 93 171 -
CMYK 0.77 0.46 0 0.33
HSL 215.45º 0.63% 0.41% -
HSV(B) 215.45º 0.77% 0.67% -
XYZ 12.1 11.2 40.05 -
YUV 85.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 39 93 171 0.77 0.46 0 0.33 215.45 0.63 0.41
Hex 27 5D AB 4D 2E 0 21 D7 3F 29
Octal 47 135 253 115 56 0 41 327 77 51
Binary 100111 1011101 10101011 1001101 101110 0 100001 11010111 111111 101001

Color Harmonies of #275DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DAB

Black with #275DAB

Text Example


Text Example

White with #275DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275DAB; }

 p { color: rgb(39,93,171); }

 H1.HeaderClassName
 {
   color: #275DAB;
 }
 .AnyTagClassName
 {
   color: #275DAB;
 }
</style>

background-color css

<style>
 a { background-color: #275DAB; }

 a { background-color: rgb(39,93,171); }

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

border-color css

<style>
 span { border-color: #275DAB; }

 span { border-color: rgb(39,93,171); }

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