Html Css Color HEX #275CBA Cerulean Blue

📋 copy color: '#275CBA'

red 39 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #275CBA

Tints of Cerulean Blue #275CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 12.3%
G = 29.02%
B = 58.68%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#275CBA (or 0x275CBA) is known color: Cerulean Blue. HEX triplet: 27, 5C and BA. RGB value is (39,92,186). Sum of RGB (Red+Green+Blue) = 39+92+186=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #275CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CBA is #D8A345. Grayscale: #565656. Windows color (decimal): -14197574 or 12213287. OLE color: 12213287.

HSL color Cylindrical-coordinate representation of color #275CBA: hue angle of 218.37º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275CBA is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 92 186 -
CMYK 0.79 0.51 0 0.27
HSL 218.37º 0.65% 0.44% -
HSV(B) 218.37º 0.79% 0.73% -
XYZ 13.53 11.63 47.99 -
YUV 86.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 39 92 186 0.79 0.51 0 0.27 218.37 0.65 0.44
Hex 27 5C BA 4F 33 0 1B DA 41 2C
Octal 47 134 272 117 63 0 33 332 101 54
Binary 100111 1011100 10111010 1001111 110011 0 11011 11011010 1000001 101100

Color Harmonies of #275CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CBA

Black with #275CBA

Text Example


Text Example

White with #275CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,186); }

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

background-color css

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

 a { background-color: rgb(39,92,186); }

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

border-color css

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

 span { border-color: rgb(39,92,186); }

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