Html Css Color HEX #307ACE Curious Blue

📋 copy color: '#307ACE'

red 48 ◦ green 122 ◦ blue 206

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

Shades of Curious Blue #307ACE

Tints of Curious Blue #307ACE

RGB

 RED value IS 48 (19.14% from 255) = 12.77%

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 12.77%
G = 32.45%
B = 54.79%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307ACE (or 0x307ACE) is known color: Curious Blue. HEX triplet: 30, 7A and CE. RGB value is (48,122,206). Sum of RGB (Red+Green+Blue) = 48+122+206=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #307ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ACE is #CF8531. Grayscale: #6D6D6D. Windows color (decimal): -13600050 or 13531696. OLE color: 13531696.

HSL color Cylindrical-coordinate representation of color #307ACE: hue angle of 211.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307ACE is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 122 206 -
CMYK 0.77 0.41 0 0.19
HSL 211.9º 0.62% 0.5% -
HSV(B) 211.9º 0.77% 0.81% -
XYZ 19.32 19 61.04 -
YUV 109.45 182.48 84.17 -
System Red Green Blue C M Y K H S L
Decimal 48 122 206 0.77 0.41 0 0.19 211.9 0.62 0.5
Hex 30 7A CE 4D 29 0 13 D4 3E 32
Octal 60 172 316 115 51 0 23 324 76 62
Binary 110000 1111010 11001110 1001101 101001 0 10011 11010100 111110 110010

Color Harmonies of #307ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307ACE

Black with #307ACE

Text Example


Text Example

White with #307ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307ACE; }

 p { color: rgb(48,122,206); }

 H1.HeaderClassName
 {
   color: #307ACE;
 }
 .AnyTagClassName
 {
   color: #307ACE;
 }
</style>

background-color css

<style>
 a { background-color: #307ACE; }

 a { background-color: rgb(48,122,206); }

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

border-color css

<style>
 span { border-color: #307ACE; }

 span { border-color: rgb(48,122,206); }

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