Html Css Color HEX #274CBB Cerulean Blue

📋 copy color: '#274CBB'

red 39 ◦ green 76 ◦ blue 187

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

Shades of Cerulean Blue #274CBB

Tints of Cerulean Blue #274CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 12.91%
G = 25.17%
B = 61.92%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274CBB (or 0x274CBB) is known color: Cerulean Blue. HEX triplet: 27, 4C and BB. RGB value is (39,76,187). Sum of RGB (Red+Green+Blue) = 39+76+187=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #274CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBB is #D8B344. Grayscale: #4D4D4D. Windows color (decimal): -14201669 or 12274727. OLE color: 12274727.

HSL color Cylindrical-coordinate representation of color #274CBB: hue angle of 225º 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 #274CBB is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 76 187 -
CMYK 0.79 0.59 0 0.27
HSL 225º 0.65% 0.44% -
HSV(B) 225º 0.79% 0.73% -
XYZ 12.39 9.19 48.13 -
YUV 77.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 39 76 187 0.79 0.59 0 0.27 225 0.65 0.44
Hex 27 4C BB 4F 3B 0 1B E1 41 2C
Octal 47 114 273 117 73 0 33 341 101 54
Binary 100111 1001100 10111011 1001111 111011 0 11011 11100001 1000001 101100

Color Harmonies of #274CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CBB

Black with #274CBB

Text Example


Text Example

White with #274CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274CBB; }

 p { color: rgb(39,76,187); }

 H1.HeaderClassName
 {
   color: #274CBB;
 }
 .AnyTagClassName
 {
   color: #274CBB;
 }
</style>

background-color css

<style>
 a { background-color: #274CBB; }

 a { background-color: rgb(39,76,187); }

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

border-color css

<style>
 span { border-color: #274CBB; }

 span { border-color: rgb(39,76,187); }

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