Html Css Color HEX #307FBB Curious Blue

📋 copy color: '#307FBB'

red 48 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #307FBB

Tints of Curious Blue #307FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

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

R = 13.26%
G = 35.08%
B = 51.66%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307FBB (or 0x307FBB) is known color: Curious Blue. HEX triplet: 30, 7F and BB. RGB value is (48,127,187). Sum of RGB (Red+Green+Blue) = 48+127+187=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #307FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FBB is #CF8044. Grayscale: #6D6D6D. Windows color (decimal): -13598789 or 12287792. OLE color: 12287792.

HSL color Cylindrical-coordinate representation of color #307FBB: hue angle of 205.9º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307FBB is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 127 187 -
CMYK 0.74 0.32 0 0.27
HSL 205.9º 0.59% 0.46% -
HSV(B) 205.9º 0.74% 0.73% -
XYZ 17.78 19.39 49.82 -
YUV 110.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 48 127 187 0.74 0.32 0 0.27 205.9 0.59 0.46
Hex 30 7F BB 4A 20 0 1B CE 3B 2E
Octal 60 177 273 112 40 0 33 316 73 56
Binary 110000 1111111 10111011 1001010 100000 0 11011 11001110 111011 101110

Color Harmonies of #307FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FBB

Black with #307FBB

Text Example


Text Example

White with #307FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,187); }

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

background-color css

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

 a { background-color: rgb(48,127,187); }

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

border-color css

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

 span { border-color: rgb(48,127,187); }

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