Html Css Color HEX #274CBE Cerulean Blue

📋 copy color: '#274CBE'

red 39 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #274CBE

Tints of Cerulean Blue #274CBE

RGB

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

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

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

R = 12.79%
G = 24.92%
B = 62.3%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274CBE (or 0x274CBE) is known color: Cerulean Blue. HEX triplet: 27, 4C and BE. RGB value is (39,76,190). Sum of RGB (Red+Green+Blue) = 39+76+190=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 76 (30.08% from 255 or 24.92% 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 #274CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBE is #D8B341. Grayscale: #4D4D4D. Windows color (decimal): -14201666 or 12471335. OLE color: 12471335.

HSL color Cylindrical-coordinate representation of color #274CBE: hue angle of 225.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274CBE is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 76 190 -
CMYK 0.79 0.60 0 0.25
HSL 225.3º 0.66% 0.45% -
HSV(B) 225.3º 0.79% 0.75% -
XYZ 12.72 9.32 49.84 -
YUV 77.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 39 76 190 0.79 0.60 0 0.25 225.3 0.66 0.45
Hex 27 4C BE 4F 3C 0 19 E1 42 2D
Octal 47 114 276 117 74 0 31 341 102 55
Binary 100111 1001100 10111110 1001111 111100 0 11001 11100001 1000010 101101

Color Harmonies of #274CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CBE

Black with #274CBE

Text Example


Text Example

White with #274CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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